CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - finding roots

搜索资源列表

  1. PRF

    0下载:
  2. Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32153
    • 提供者:陈西
  1. gsl-1.10.tar

    0下载:
  2. GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special Functions Vectors and Matri
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2842422
    • 提供者:贺强
  1. iterative

    0下载:
  2. This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:377323
    • 提供者:dede
  1. NumericalAnalysisUsingMATLABandExcel

    1下载:
  2. Numerical analysis is the branch of mathematics that is used to find approximations to difficult problems such as finding the roots of non− linear equations, integration involving complex expressions and solving differential equations for wh
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:3432648
    • 提供者:vetalik1114
  1. GetEquationRoot

    0下载:
  2. 一元二次求根,考虑得比较全面。比如方程有两个不同的实根,两个相同的实根,两个虚根,方程退化成一元一次方程,以及无解的情况。最后根的显示也使用一个小小的技巧 小程序不复杂,但是未必每个人第一次都能做的很完善 -Quadratic root finding, may be considered more comprehensive. Such as the equation has two different real roots, two identical real roots, two ima
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:31188
    • 提供者:ccl
  1. newton

    0下载:
  2. newton method for roots finding. with all comments and easy to change
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:585
    • 提供者:auvsaber
  1. Newtons-method

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:32984
    • 提供者:Dmitriy
  1. Newton Method

    1下载:
  2. 牛顿方法优化算法可以用于多程序源代码内容-In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued f
  3. 所属分类:matlab例程

    • 发布日期:2013-01-08
    • 文件大小:784
    • 提供者:溫嘉浩
  1. rickerrr

    0下载:
  2. In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:700
    • 提供者:mariana
  1. bisecteps.c

    0下载:
  2. general bisection method for finding the roots.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:541
    • 提供者:Harivansh
  1. gsl-1.15.tar

    1下载:
  2. GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 该类库提供了关于数学计算的很多方面,包括: Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:3185838
    • 提供者:mou
  1. MUSIC

    5下载:
  2. 多种MUSIC算法合集:波束空间MUSIC算法源程序;基于解相干的MUSIC源程序;基于四阶累积量的MUSIC算法;经典MUSIC源程序;求根MUSIC算法源程序;-MUSIC algorithm Collection: beam space MUSIC algorithm source fourth order cumulant-based MUSIC algorithm based on the the decorrelation MUSIC source code classic M
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:27021
    • 提供者:xiang
  1. MATLAB-code_analysis

    1下载:
  2. MATLAB语言常用算法程序集(包括插值、函数逼近、矩阵特征值计算、数值积分、数值微分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、第15章 常微分方程的初值问题、第16章 偏微分方程的数值解法、数据统计和分析)-MATLAB language commonly used algorithm for assembly (including interpolation, function approximation, eigenvalue ca
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:131794
    • 提供者:何嘉威
  1. matlab-math-caculate-methods

    0下载:
  2. MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:115634
    • 提供者:林真天
  1. Task1

    0下载:
  2. n numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:55436
    • 提供者:Mike
  1. Numerical-Analysis

    0下载:
  2. 数值分析/数值计算程序,包括差值、拟合、积分、微分、线性方程组求解、非线性方程求根、常微分方程求解、偏微分方程求解、特征值求解,适合入门参考-Numerical analysis/numerical calculation procedures, including the difference, fitting, integral, differential, linear equations, finding roots of nonlinear equations, ordinary di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:64234
    • 提供者:yangzicai
  1. darthmole101

    0下载:
  2. An implementation of newton and steffensons method for finding roots of function. A sample is also includes which can be used to calculate positions of planets in a simple planetary system-An implementation of newton and steffensons method for findi
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:547100
    • 提供者:arvind singh
  1. 201400525-201400564-P3

    0下载:
  2. Finding roots with the secant methods
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14728
    • 提供者:Geoada
  1. gauseid

    0下载:
  2. 高斯——赛德尔函数,用于方程组求根,迭代次数更少,精度更高-Gauss- Seidel function for finding roots of equations, fewer iterations, higher accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:539
    • 提供者:luo
  1. Finding the roots of a cubic equation

    0下载:
  2. Finding the roots of a cubic equation using Substitution Vieta
  3. 所属分类:汇编语言

« 1 23 »
搜珍网 www.dssz.com